C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientLoadedRows Property

In This Topic
OnClientLoadedRows Property (TransposedGrid<T>)
In This Topic
Occurs after the grid rows have been bound to the data source.
Syntax
'Declaration
 
<JsonAttribute(True, 
   2, 
   "loadedRows")>
Public Overridable Property OnClientLoadedRows As String
 
See Also